Version

SelectItems Method (ComboEditorBaseProxy<T,TControl>)

Selects a list of items of the ComboEditorBase control identified by their ids contained within the oComboItemIds
Syntax
'Declaration
 
Public Sub SelectItems( _
   ByVal oComboItemIds As System.Object _
) 
public void SelectItems( 
   System.object oComboItemIds
)
public: void SelectItems( 
   System.Object* oComboItemIds
) 

Parameters

oComboItemIds
Array of identifiers of all the ComboEditorBase items
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also